home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / src / RLD_source.lha / RLD_source / rexx_supp_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-22  |  660 b   |  27 lines

  1. /*
  2.   $Id: rexx_supp_protos.h,v 1.2 1997/10/21 22:35:08 wegge Stab wegge $
  3.   
  4.   $Log: rexx_supp_protos.h,v $
  5.   Revision 1.2  1997/10/21 22:35:08  wegge
  6.   Snapshot inden upload af 2.13 i source og binær form
  7.  
  8.   Revision 1.1  1997/10/21 03:49:58  wegge
  9.   Initial revision
  10.  
  11.  */
  12.  
  13. #if !defined( REXX_SUPP_PROTOS_H )
  14. #define REXX_SUPP_PROTOS_H
  15.  
  16. VOID QueryPoint(struct RexxMatch_ret * RV, struct RexxMsg * RMsg,
  17.         struct RexxGLSBase * ent_RglsBase);
  18.  
  19. VOID ArexxMatchPoint(struct RexxMsg * __asm("a1"),
  20.                      struct RexxGLSBase * __asm("a6"));
  21.  
  22. VOID SetRexxRC(struct RexxMsg *RMsg, LONG RC_Val);
  23.  
  24. BOOL PerformInit(VOID);
  25.  
  26. #endif /* REXX_SUPP_PROTOS_H */
  27.